success = project.datasets.sync(dataset_id='dataset_id') # # Sync dataset with external storage. # # **Prerequisites**: You must be in the role of an *owner* or *developer*. # # :param str dataset_id: The Id of the dataset to sync # :param bool wait: wait for the command to finish # :return: True if success # :rtype: bool # #
{- "id": "string",
- "url": "string",
- "status": "string",
- "createdAt": "2019-08-24T14:15:22Z",
- "updatedAt": "2019-08-24T14:15:22Z",
- "type": "string",
- "error": "string",
- "progress": 0,
- "spec": {
- "property1": null,
- "property2": null
}, - "report": {
- "property1": null,
- "property2": null
}
}